projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
070f67a
)
ramips: register mt76 device tree info for WSR-1166DHP
author
Felix Fietkau
<
[email protected]
>
Sat, 17 Jan 2015 16:50:59 +0000
(16:50 +0000)
committer
Felix Fietkau
<
[email protected]
>
Sat, 17 Jan 2015 16:50:59 +0000
(16:50 +0000)
Signed-off-by: Felix Fietkau <
[email protected]
>
SVN-Revision: 44010
target/linux/ramips/dts/WSR-1166.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/WSR-1166.dts
b/target/linux/ramips/dts/WSR-1166.dts
index de197725a37088431a58381b412cdfd8f8d6b9cf..3d955a7367a1b46f4b197edf40afd669f67882b1 100644
(file)
--- a/
target/linux/ramips/dts/WSR-1166.dts
+++ b/
target/linux/ramips/dts/WSR-1166.dts
@@
-156,4
+156,26
@@
compatible = "gpio-poweroff";
gpios = <&gpio0 0 1>;
};
+
+ pcie@1e140000 {
+ status = "okay";
+
+ pcie0 {
+ mt76@0,0 {
+ reg = <0x0000 0 0 0 0>;
+ device_type = "pci";
+ mediatek,mtd-eeprom = <&factory 0x8000>;
+ mediatek,2ghz = <0>;
+ };
+ };
+
+ pcie1 {
+ mt76@1,0 {
+ reg = <0x0000 0 0 0 0>;
+ device_type = "pci";
+ mediatek,mtd-eeprom = <&factory 0x0000>;
+ mediatek,5ghz = <0>;
+ };
+ };
+ };
};